Objective Pause banner
th3vib3coder th3vib3coder

Objective Pause

Development community

Description

--- description: Pause the active or selected objective with an operator reason allowed-tools: Read, Bash model: sonnet dispatch: module: environment/objectives/cli.js export: pauseObjectiveCommand scope: objective-pause wrappedByMiddleware: false --- # /objective pause ## Purpose Move an objective into a paused state while preserving resume evidence. ## Invocation ```bash node bin/vre objective pause --objective <objective-id> --reason <reason> ``` ## Arguments - `--objective <ob

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-research-environment-objective-pause/SKILL.md

Terminal
mkdir -p ~/.claude/skills/th3vib3coder-vibe-research-environment-objective-pause && curl -fsSL https://raw.githubusercontent.com/th3vib3coder/vibe-research-environment/HEAD/commands/objective pause.md -o ~/.claude/skills/th3vib3coder-vibe-research-environment-objective-pause/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository